x86/mm: lift PAGE_CACHE_ATTRS to page.h
authorWei Liu <wei.liu2@citrix.com>
Fri, 7 Jul 2017 14:26:28 +0000 (15:26 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 18 Aug 2017 12:59:06 +0000 (13:59 +0100)
commita9424f28cf6b29518ba81163d6b55028cd68f4ec
treea8626e54c93fe417034c71637eb5b553d6a0b0c2
parent01d5a6ed9547714f40cf4c463cfe658e8f1fa719
x86/mm: lift PAGE_CACHE_ATTRS to page.h

Currently all the users are within x86/mm.c. But that will change once
we split PV specific mm code to another file. Lift that to page.h
along side _PAGE_* in preparation for later patches.

No functional change. Add some spaces around "|" while moving.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm.c
xen/include/asm-x86/page.h